some cross-referencing
authorMatthias Clasen <matthiasc@src.gnome.org>
Thu, 29 Jun 2006 10:01:25 +0000 (10:01 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 29 Jun 2006 10:01:25 +0000 (10:01 +0000)
gtk/gtkprintoperation.c

index 66cd9491a8a4071e0e6d76e1a8f5ad68214cff1a..c6cecce8dc508cbd21f9977ebfb103295953bb39 100644 (file)
@@ -2389,6 +2389,9 @@ gtk_print_operation_run (GtkPrintOperation        *op,
   
   if (action == GTK_PRINT_OPERATION_ACTION_EXPORT)
     {
+      /* note: if you implement async EXPORT, update the docs
+       * docs for the allow-async property.
+       */
       priv->is_sync = TRUE;
       g_return_val_if_fail (priv->export_filename != NULL, GTK_PRINT_OPERATION_RESULT_ERROR);
       result = run_pdf (op, parent, &do_print);